Welcome![Sign In][Sign Up]
Location:
Search - CPropertySheet CPropertyPage

Search list

[Dialog_WindowCustomWizard

Description: 通过上面的例子,我们不难发现标准的向导基本能满足要求,但仍然存在一些缺陷: 1.不能改变向导按钮的样式,如想在“上一步”、“下一步就”按钮上添加图标 2.不能象上面的Web向导一样有个“完成”按钮进行默认设置 3.不能修改向导按钮的位置 上述缺陷是因为我们采用了CPropertySheet类,而CPropertySheet类不是一个可修改的资源。 为了达到个性化向导的目的,我们可以不使用CPropertySheet类和CPropertyPage类。 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。
Platform: | Size: 34119 | Author: jackey | Hits:

[OS programxv001

Description: VC属性表编程,CPropertySheet,CPropertyPage
Platform: | Size: 32155 | Author: xvdongming | Hits:

[PropertySheetVC属性页

Description: 将通过对CProPertySheet类和CProPertyPage类的学习,学会把多个对话框集中起来,通过标签来激活各个界面.-through right CProPertySheet CProPertyPage category and type of learning and learn how to put together a number of dialog, through various labels to activate the interface.
Platform: | Size: 61253 | Author: 冰雨 | Hits:

[PropertySheetVC属性页

Description: 将通过对CProPertySheet类和CProPertyPage类的学习,学会把多个对话框集中起来,通过标签来激活各个界面.-through right CProPertySheet CProPertyPage category and type of learning and learn how to put together a number of dialog, through various labels to activate the interface.
Platform: | Size: 92160 | Author: 冰雨 | Hits:

[Dialog_WindowCustomWizard

Description: 通过上面的例子,我们不难发现标准的向导基本能满足要求,但仍然存在一些缺陷: 1.不能改变向导按钮的样式,如想在“上一步”、“下一步就”按钮上添加图标 2.不能象上面的Web向导一样有个“完成”按钮进行默认设置 3.不能修改向导按钮的位置 上述缺陷是因为我们采用了CPropertySheet类,而CPropertySheet类不是一个可修改的资源。 为了达到个性化向导的目的,我们可以不使用CPropertySheet类和CPropertyPage类。 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。
Platform: | Size: 33792 | Author: jackey | Hits:

[OS programxv001

Description: VC属性表编程,CPropertySheet,CPropertyPage-VC programming attribute table, CPropertySheet, CPropertyPage
Platform: | Size: 31744 | Author: xvdongming | Hits:

[Remote ControlDd136

Description: WinPing_src构建对话框程序,创建协议类型为IPPROTO_ICMP的原始套接字,设置 其属性,创建并初始化ICMP包,向远程主机发送ICMP请求,并接受ICMP响应。 RemoteAdmin_demo远程进程和机器控制程序能够触发、监视、终止远程计算机上的 进程,还能够远程关闭或重启机器。 PowerOn获取要唤醒机器的MAC地址,然后唤醒电脑。 rawudp原始UDP封包发送程序,发送原始UDP封包时,首先要以IPPROTO_UDP 为协议类型创建一个原始套接字,启用原始套接字的IP_HDRINCL选项,构建UDP封 包,初始化完整的UDP封包后,再把它发送出去。 tcpscan为TCP端口扫描程序,它使用了一个自己编写的套接字类,(不是MFC的 CSocket类,还使用了基于CPropertySheet/CPropertyPage类的一个小框架。本例 包含了测试连接的模块(Connect页),允许处理本地服务数据库(Services页)。 common文件是tcpscan和rawudp的附带共享文件。-WinPing_src
Platform: | Size: 521216 | Author: 洛亚 | Hits:

[GUI DevelopProp

Description: 该程序使用了属性类CPropertyPage和CPropertySheet实现了一个简单的向导功能-The program uses the attribute class CPropertyPage and CPropertySheet implements a simple wizard functionality
Platform: | Size: 3571712 | Author: zhangkun | Hits:

[Dialog_WindowTraditionalWizard

Description: 在 VC++中,可以使用类CPropertySheet和类CPropertyPage方便地编写一个向导程序。用来简化用户操作的程序。-In VC++, you can use the class and class CPropertyPage CPropertySheet easily write a wizard. The procedures used to simplify user operations.
Platform: | Size: 238592 | Author: 罗费 | Hits:

[PropertySheetPropertyPageAndWizard

Description: VC编写的程序,创建一个基本的属性表和向导,即把多个对话框的大量信息组合在一个对话框中。在MFC中涉及到CPropertySheet和CPropertyPage类-written by VC,create a basic PropertySheet and PropertyPage,referred to Class CPropertySheet and CPropertyPage.
Platform: | Size: 7724032 | Author: 申晓燕 | Hits:

[GUI DevelopTabDlgDemo

Description: 使用标签控件和CPropertySheet和CPropertyPage类实现属性表 对话框实例源码 ,很不错的vc源码,推荐!-Using the label control and CPropertySheet and CPropertyPage class implements an instance of source property sheet dialog box, very good vc source, recommended!
Platform: | Size: 52224 | Author: | Hits:

[GUI Developbiaozhundanwendang

Description: 单文档程序,使用CPropertyPage和CPropertySheet制作属性表对话框-Single document procedures CPropertyPage and CPropertySheet production property sheet dialog
Platform: | Size: 61440 | Author: xiaomeng | Hits:

[Dialog_WindowDialogToolStatus

Description: 使用VS2012练习了,CDialog、CToolBar、CStatusBarCtrl、CPropertySheet、CPropertyPage、CWinThread等类。-英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 使用VS2012练习了,CDialog、CToolBar、CStatusBarCtrl、CPropertySheet、CPropertyPage、CWinThread等类。 请键入文字或网站地址,或者上传文档。 取消 Shǐyòng VS2012 liànxíle,CDialog,CToolBar,CStatusBarCtrl,CPropertySheet,CPropertyPage,CWinThread děng lèi.Using VS2012 practiced, CDialog, CToolBar, CStatusBarCtrl, CPropertySheet, CPropertyPage, CWinThread other classes.
Platform: | Size: 220160 | Author: 苛刻 | Hits:

CodeBus www.codebus.net